conditional operators造句
例句与造句
- The conditional operator cannot be overloaded
不能重载条件运算符。 - Avoid using the trinary conditional operator
避免使用? :条件算符。 - The conditional operator is of the form
条件运算符的格式如下 - Or , using the conditional operator
或使用条件运算符: - Or , using the conditional operator ,
或使用条件运算符, - It's difficult to find conditional operators in a sentence. 用conditional operators造句挺难的
- The conditional operator is used in an expression of the following form
条件运算符用于下列形式的表达式中: - The conditional operator is right - associative , so an expression of the form
条件运算符为右联运算符,因此该形式的表达式 - The conditional operator
条件运算符( - The conditional operator is right - associative , so an expression of the following form
条件运算符为右联运算符,因此该形式的表达式: - The expression uses the datepart and getdate functions and the conditional operator
该表达式使用datepart和getdate函数以及条件运算符。 - Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可执行语句可在代码块中循环或分支,并常常包含算术或条件运算符。 - Calculations that might otherwise require an if - else construction can be expressed more concisely and elegantly with the conditional operator
使用条件运算符,可以更简洁、雅观地表达那些否则可能要求if - else结构的计算。例如,为在